←Select platform

ForeignKeysAttribute Constructor(String[],String[])

Summary

Initializes a new instance of the ForeignKeysAttribute attribute.

Syntax

C#
VB
C++
public ForeignKeysAttribute(  
   string[] parentElementKeys, 
   string[] childElementKeys 
) 
Public Function New( _ 
   ByVal parentElementKeys() As String, _ 
   ByVal childElementKeys() As String _ 
) 
public: 
ForeignKeysAttribute(  
   array<String^>^ parentElementKeys, 
   array<String^>^ childElementKeys 
) 

Parameters

parentElementKeys
The element keys name in the parent ICatalogEntity.

childElementKeys
The element key's name in the child ICatalogEntity which corresponds to the parentElementKeys

Remarks

The length of the array in the parentElementKeys should equal the length of the array in childElementKeys.

Each value index in the parentElementKeys should correspond to the same value index in childElementKeys.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.DataAccessLayer Assembly
Click or drag to resize